|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<ClientFailoverEvent.FailoverType>
com.timesten.jdbc.ClientFailoverEvent.FailoverType
public static enum ClientFailoverEvent.FailoverType
Client Failover types
Enum Constant Summary | |
---|---|
TT_FO_CONNECTION Connection fail over |
Method Summary | |
---|---|
java.lang.String |
toString() |
static ClientFailoverEvent.FailoverType |
valueOf(int ti) |
static ClientFailoverEvent.FailoverType |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static ClientFailoverEvent.FailoverType[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ClientFailoverEvent.FailoverType TT_FO_CONNECTION
Method Detail |
---|
public static ClientFailoverEvent.FailoverType[] values()
for (ClientFailoverEvent.FailoverType c : ClientFailoverEvent.FailoverType.values()) System.out.println(c);
public static ClientFailoverEvent.FailoverType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ClientFailoverEvent.FailoverType valueOf(int ti)
public java.lang.String toString()
toString
in class java.lang.Enum<ClientFailoverEvent.FailoverType>
|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |